ComponentOne ASP.NET MVC Controls
ChildItemsPath Method (SunburstBuilder<T>)

C1.Web.Mvc.Fluent Namespace > SunburstBuilder<T> Class : ChildItemsPath Method
The value.
Configurates C1.Web.Mvc.Sunburst<T>.ChildItemsPath. Sets the name of the property (or properties) used to generate child items in hierarchical data.
Syntax
'Declaration
 
Public Function ChildItemsPath( _
   ByVal value As String _
) As SunburstBuilder(Of T)
public SunburstBuilder<T> ChildItemsPath( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

SunburstBuilder<T> Class
SunburstBuilder<T> Members